<li><a href='#Shortcut_coverage'> Shortcut Coverage</a></li>
<li><a href='#Environment'> Environment</a></li
<li><a href='#Extending'> Extending</a></li>
+ <li><a href='#DirectoryOverview'> Directory Overview</a></li>
<!--<li><a href='#ColorManagement'>Color Management</a></li>-->
<li><a href='#TODO'>Todo</a></li>
<li><a href='#Copyright'>Copyright</a></li>
</ul>-->
<a name='Shortcut_coverage'></a>
- <h3>Shortcut coverage</h3>
+ <h3>Shortcut Coverage</h3>
<p>The diagram shown below visualizes the coverage of current shortcut
conversions. Dots indicate a direct conversion is provided for, the height
of the bar indicates the number of conversions steps needed in a chain of
by allowing lower numerical accuracy</p>.
- <a name='Extending'></a>
- <h2>Extending</h2>
-
- <p>For samples of how the current internal API specification of
- data types, color models, and conversions look in the <tt><a href='http://svn.gnome.org/viewcvs/babl/trunk/extensions/'>extensions/</a></tt>
- directory. The tables in this HTML file is directly generated
- based on the data registered by BablCore (double and RGBA), BablBase
- (core datatypes, and RGB models), extensions (CIE Lab, naive CMYK,
- various shortcut conversions).<!--The API's used are very
- similar in style to the API's described under the <a href='#Usage'>Usage section</a>.-->
- </p>
+ <a name='Extending'></a>
+ <h2>Extending</h2>
+
+ <p>For samples of how the current internal API specification of
+ data types, color models, and conversions look in the <tt><a href='http://svn.gnome.org/viewcvs/babl/trunk/extensions/'>extensions/</a></tt>
+ directory. The tables in this HTML file is directly generated
+ based on the data registered by BablCore (double and RGBA), BablBase
+ (core datatypes, and RGB models), extensions (CIE Lab, naive CMYK,
+ various shortcut conversions).<!--The API's used are very
+ similar in style to the API's described under the <a href='#Usage'>Usage section</a>.-->
+ </p>
+ <a name='DirectoryOverview'></a>
+ <h2>Directory Overview</h2>
+<pre><tt>babl-dist-root
+ │
+ ├──babl the babl core
+ │ └──base reference implementations for RGB and Grayscale Color Models,
+ │ 8bit 16bit, and 32bit and 64bit floating point.
+ ├──extensions CIE-Lab color model as well as a naive-CMYK color model.
+ │ also contains a random cribbage of old conversion optimized
+ │ code from gggl. Finding more exsisting conversions in third
+ │ part libraries (hermes, lcms?, liboil?) could improve the
+ │ speed of babl.
+ ├──tests tests used to keep babl sane during development.
+ └──docs Documentation/webpage for babl (the document you are reading
+ originated there.</tt></pre>
<!--
<div class='screen'>